The IOrderedSet<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method Add
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public method AddRange
Adds a range of elements.
Public method Clear
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public method Contains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public method CopyTo
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public method GetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'T>)>)>IEnumerable<(Of <(<'T>)>)>.)
Public method GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerableIEnumerable.)
Public method Remove
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public method RemoveRange
Removes a range of elements.

Properties

  Name Description
Public property Count
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public property IsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public property Item
Gets the item at the specified index.

See Also